Online OIOUBL Dokumentation
|
|
ApplicationResponse.DocumentResponse.Response
|
 |
ApplicationResponse.DocumentResponse.Response specification
| Name |
ApplicationResponse.DocumentResponse.Response
(Show as PDF)
|
Alternative Term |
|
| Definition |
Information about response to a document (on application level) |
|
Fields
| UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
| ReferenceID |
ReferenceID |
Identifier
|
Yes |
1 |
| Definition |
A reference specifying which part (or which line) of the document the response applies to |
| Recommendation |
Reference number 1, 2 3 etc. |
|
| ResponseCode |
ResponseCode |
Code
|
Yes |
1 |
| Definition |
A code for the description of the response to the trading document |
| Businessrules |
The following docuents can only be accepted or rejected as a whole:
ApplicationResponse, CataloqueDeletion, CreditNote, Invoice, Order, OrderCancellation, OrderChange, OrderResponse, OrderResponseSimple, Reminder, Statement |
| Recommendation |
This ResponseCode is default for all line responses.
If the document is not semantic or syntax valid it has to be rejected as technical reasons.
If the receiver can't receive the document regarding the ProfileID, it has to be rejected as profile reasons.
If the receiver can't accept the document regarding business rules it has to be rejected as business reasons.
If the sender sends the document with a response "R" profile it has to be accepted as business reasons.
|
|
| Description |
Description |
Text
|
Yes |
0..n |
| Definition |
The description of the response to the trading document |
| Businessrules |
Only one per language |
|
|
Example<cac:Response >
<cbc:ReferenceID >1</cbc:ReferenceID>
<cbc:ResponseCode listURI="urn:oioubl:codelist:responsecode-1.0" >BusinessReject</cbc:ResponseCode>
<cbc:Description >Vi har ikke fået de aftalte 800,- kr i rabat</cbc:Description>
</cac:Response>
|
|
|