...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
This method is creating a new invoice either in Draft or Posted state
...
Parameters
...
Name
...
Type
...
Description
...
token
...
String
...
The token retrieved from the login method
...
(mandatory)
...
Accounts receivable identifier
The identifier of the accounts receivable in which the invoice should be allocated to. The allowed accounts receivable identifier fields are the following:
...
type_identifier
(mandatory)
...
The financial transaction type of the invoice. The allowed financial transaction type identifier field are the following:
...
life_cycle_state
(mandatory)
...
The state of the retrieved invoice which can be one of the following:
DRAFT, POSTED
...
category_identifier
(optional)
...
The financial transaction category of the invoice that should be returned as a result. The allowed financial transaction category identifier fields are the following:
...
member_accounts_receivable_identifier
(optional)
...
due_on
(optional)
...
intended_currency_identifier
(optional)
...
The currency that the user was intended to use for the invoice. If specified then it is validated against the currency of the specified accounts receivable and if they don't match then an error is thrown. Note that the intended currency is not saved within CRM.COM; it is just used for validation purposes. The allowed currency identifier fields are the following:
...
Tip |
---|
Available from CRM.COM R11.0.0 |
...
notes
(optional)
...
back_office_code
(optional)
...
A back office code for the invoice. If specified then it should be unique
Tip |
---|
Available from CRM.COM R9.1.0 |
...
udf_string_1
(optional)
...
User Defined Field of type String
...
udf_string_2
(optional)
...
String
...
User Defined Field of type String
...
udf_string_3
(optional)
...
String
...
User Defined Field of type String
...
udf_string_4
(optional)
...
String
...
User Defined Field of type String
...
udf_string_5
(optional)
...
String
...
User Defined Field of type String
...
udf_string_6
(optional)
...
String
...
User Defined Field of type String
...
udf_string_7
(optional)
...
String
...
User Defined Field of type String
...
udf_string_8
(optional)
...
String
...
User Defined Field of type String
...
udf_float_1
(optional)
...
Float
...
User Defined Field of type Float
...
udf_float_2
(optional)
...
Float
...
User Defined Field of type Float
...
udf_float_3
(optional)
...
Float
...
User Defined Field of type Float
...
udf_float_4
(optional)
...
Float
...
User Defined Field of type Float
...
udf_date_1
(optional)
...
Date
...
User Defined Field of type Date
...
udf_date_2
(optional)
...
Date
...
User Defined Field of type Date
...
udf_date_3
(optional)
...
Date
...
User Defined Field of type Date
...
udf_date_4
(optional)
...
Date
...
User Defined Field of type Date
...
invoice_item_set
(mandatory)
...
fields_set
(optional)
...
List of Strings, comma separated
...
A list of fields that should be included in the results. If not specified then all the available fields will be returned
...
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
...
Examples
Expand |
---|
|
HTTP Method: POST Request: Body: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"token":"4BCD003AC90E8DECBA474A03AB185CBB",
"accounts_receivable_identifier":{"number":"401"},
"type_identifier":{"name":"Invoice 1"},
"life_cycle_state":"POSTED",
"category_identifier":{"name":"Invoice Category 1"},
"due_on":"2014-11-05T15:49:59",
"notes":"to be issued later",
"udf_string_1":"udf string 1",
"udf_string_2":"udf string 2",
"udf_string_3":"udf string 3",
"udf_string_4":"udf string 4",
"udf_string_5":"udf string 5",
"udf_string_6":"udf string 6",
"udf_string_7":"udf string 7",
"udf_string_8":"udf string 8",
"udf_float_1":10,
"udf_float_2":20,
"udf_float_3":30,
"udf_float_4":40,
"udf_float_5":50,
"udf_float_6":60,
"udf_float_7":70,
"udf_float_8":80,
"udf_date_1":"2014-05-05T15:49:59",
"udf_date_2":"2014-06-05T15:49:59",
"udf_date_3":"2014-07-05T15:49:59",
"udf_date_4":"2014-08-05T15:49:59",
"invoice_item_set":
[
{
"product_identifier": {"code": "Smart Card"},
"quantity":3,
"cost":20,
"discount_percentage":5,
"vat_rate_identifier":{"name":"Zero"},
"udf_string_1":"udf string 1",
"udf_string_2":"udf string 2",
"udf_string_3":"udf string 3",
"udf_string_4":"udf string 4",
"udf_string_5":"udf string 5",
"udf_string_6":"udf string 6",
"udf_string_7":"udf string 7",
"udf_string_8":"udf string 8",
"udf_float_1":10,
"udf_float_2":20,
"udf_float_3":30,
"udf_float_4":40,
"udf_float_5":50,
"udf_float_6":60,
"udf_float_7":70,
"udf_float_8":80,
"udf_date_1":"2014-05-05T15:49:59",
"udf_date_2":"2014-06-05T15:49:59",
"udf_date_3":"2014-07-05T15:49:59",
"udf_date_4":"2014-08-05T15:49:59"
}
]
} |
Response: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"status":
{
"message": null,
"description": null,
"code": "OK"
},
"data":
{
"total_amount": 57,
"issued_on": "2014-10-29T18:20:40",
"life_cycle_state": "POSTED",
"unsettled_amount": null,
"number": "I00000498",
"due_on": "2014-11-05T15:49:59",
"id": "399ABC9CAAFF820100582EDEB842F026",
"outstanding_amount": null,
"reference_number": "542",
"posted_on": "2014-10-29T18:20:40"
}
} |
|
...
HTTP Method: POST
Request:
Body:
...
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
...
Excerpt |
---|
This method is creating a new invoice either in Draft or Posted state |
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
accounts_receivable_identifier (mandatory) | Accounts receivable identifier | The identifier of the accounts receivable in which the invoice should be allocated to. The allowed accounts receivable identifier fields are the following: Include Page |
---|
| V4:accounts_receivable_identifier |
---|
| V4:accounts_receivable_identifier |
---|
|
|
type_identifier (mandatory) | Financial transaction type identifier | The financial transaction type of the invoice. The allowed financial transaction type identifier field are the following: Include Page |
---|
| V4:financial_transaction_type_identifier |
---|
| V4:financial_transaction_type_identifier |
---|
|
|
life_cycle_state (mandatory) | String | The state of the retrieved invoice which can be one of the following: DRAFT, POSTED |
category_identifier (optional) | Financial transaction category identifier | The financial transaction category of the invoice that should be returned as a result. The allowed financial transaction category identifier fields are the following: Include Page |
---|
| V4:financial_transaction_category_identifier |
---|
| V4:financial_transaction_category_identifier |
---|
|
|
member_accounts_receivable_identifier (optional) | Accounts Receivable Identifier | The member accounts receivable. Applicable only if the Invoice is issued against a parent accounts receivable within a group which funds its members. The allowed accounts receivable identifier fields are the following: Include Page |
---|
| V4:accounts_receivable_identifier |
---|
| V4:accounts_receivable_identifier |
---|
|
|
intended_currency_identifier (optional) | Currency Identifier | The currency that the user was intended to use for the invoice. If specified then it is validated against the currency of the specified accounts receivable and if they don't match then an error is thrown. Note that the intended currency is not saved within CRM.COM; it is just used for validation purposes. The allowed currency identifier fields are the following: Include Page |
---|
| V4:currency_identifier |
---|
| V4:currency_identifier |
---|
|
Tip |
---|
Available from CRM.COM R11.0.0 |
|
due_on (optional) | Date | The date that the credit period for that specific invoice is ending. |
posted_on (optional) | Date | The posting date of the financial transaction which is before or equal to the current date and not included in already closed accounting periods. If not specified then the current date is applied. Tip |
---|
Available from CRM.COM R14.10.0 |
|
notes (optional) | String | Shared notes for the invoice |
back_office_code (optional) | String | A back office code for the invoice. If specified then it should be unique Tip |
---|
Available from CRM.COM R9.1.0 |
|
udf_string_1 (optional) | String | User Defined Field of type String |
udf_string_2 (optional) | String | User Defined Field of type String |
udf_string_3 (optional) | String | User Defined Field of type String |
udf_string_4 (optional) | String | User Defined Field of type String |
udf_string_5 (optional) | String | User Defined Field of type String |
udf_string_6 (optional) | String | User Defined Field of type String |
udf_string_7 (optional) | String | User Defined Field of type String |
udf_string_8 (optional) | String | User Defined Field of type String |
udf_float_1 (optional) | Float | User Defined Field of type Float |
udf_float_2 (optional) | Float | User Defined Field of type Float |
udf_float_3 (optional) | Float | User Defined Field of type Float |
udf_float_4 (optional) | Float | User Defined Field of type Float |
udf_date_1 (optional) | Date | User Defined Field of type Date |
udf_date_2 (optional) | Date | User Defined Field of type Date |
udf_date_3 (optional) | Date | User Defined Field of type Date |
udf_date_4 (optional) | Date | User Defined Field of type Date |
invoice_item_set (mandatory) | Set of invoice item objects | The items of the invoice |
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
Anchor |
---|
| invoice referred parameters |
---|
| invoice referred parameters |
---|
|
Referred Parameter Objects
Include Page |
---|
| V4:invoice_item_parameters |
---|
| V4:invoice_item_parameters |
---|
|
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Include Page |
---|
| V4:invoice_short |
---|
| V4:invoice_short |
---|
|
Examples
Expand |
---|
|
HTTP Method: POST
Request: http://host_name/crmapi/rest/v2/invoices/create Body: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"token":"4BCD003AC90E8DECBA474A03AB185CBB",
"accounts_receivable_identifier":{"number":"401"},
"type_identifier":{"name":"Invoice 1"},
"life_cycle_state":"POSTED",
"category_identifier":{"name":"Invoice Category 1"},
"due_on":"2014-11-05T15:49:59",
"notes":"to be issued later",
"udf_string_1":"udf string 1",
"udf_string_2":"udf string 2",
"udf_string_3":"udf string 3",
"udf_string_4":"udf string 4",
"udf_string_5":"udf string 5",
"udf_string_6":"udf string 6",
"udf_string_7":"udf string 7",
"udf_string_8":"udf string 8",
"udf_float_1":10,
"udf_float_2":20,
"udf_float_3":30,
"udf_float_4":40,
"udf_float_5":50,
"udf_float_6":60,
"udf_float_7":70,
"udf_float_8":80,
"udf_date_1":"2014-05-05T15:49:59",
"udf_date_2":"2014-06-05T15:49:59",
"udf_date_3":"2014-07-05T15:49:59",
"udf_date_4":"2014-08-05T15:49:59",
"invoice_item_set":
[
{
"product_identifier": {"code": "Smart Card"},
"quantity":3,
"cost":20,
"discount_percentage":5,
"vat_rate_identifier":{"name":"Zero"},
"udf_string_1":"udf string 1",
"udf_string_2":"udf string 2",
"udf_string_3":"udf string 3",
"udf_string_4":"udf string 4",
"udf_string_5":"udf string 5",
"udf_string_6":"udf string 6",
"udf_string_7":"udf string 7",
"udf_string_8":"udf string 8",
"udf_float_1":10,
"udf_float_2":20,
"udf_float_3":30,
"productudf_float_identifier4": {"code": "Smartcard"}40,
"quantityudf_float_5":350,
"costudf_float_6":2060,
"discountudf_float_percentage7":570,
"vatudf_ratefloat_identifier8":{"name":"Zero"}80,
"udf_stringdate_1":"udf string 12014-05-05T15:49:59",
"udf_stringdate_2":"udf string 22014-06-05T15:49:59",
"udf_stringdate_3":"udf string 32014-07-05T15:49:59",
"udf_stringdate_4":"2014-08-05T15:49:59"udf
string 4", }
"udf_string_5":"udf string 5",]
} |
Response: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"udf_string_6status":"udf
string 6", {
"udf_string_7message":"udf string 7" null,
"udf_string_8description":"udf string 8" null,
"code": "udf_float_1":10,OK"
},
"udf_float_2data":20,
"udf_float_3":30,
{
"udftotal_float_4amount":40 57,
"udf_float_5":50issued_on": "2014-10-29T18:20:40",
"udflife_floatcycle_6state":60 "POSTED",
"unsettled_amount": null,
"udf_float_7number":70 "I00000498",
"udf_float_8":80,
"due_on": "2014-11-05T15:49:59",
"udf_date_1id":"2014-05-05T15:49:59 "399ABC9CAAFF820100582EDEB842F026",
"udfoutstanding_date_2":"2014-06-05T15:49:59",
amount": null,
"udfreference_date_3number":"2014-07-05T15:49:59 "542",
"udfposted_date_4on": "2014-0810-05T1529T18:4920:5940"
}
]
} |
Response: Code Block |
---|
theme | Confluence |
---|
|
Expand |
---|
|
HTTP Method: POST
Request: {{server}}/crmapi/rest/v2/invoices/create Body: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"datatoken": {"{{token}}",
"posted_on": "2016-07-05T15:33:48"accounts_receivable_identifier":{"number":"ACR0000000214"},
"type_identifier":{"name":"Invoice"},
"numberlife_cycle_state": "I00000678POSTED",
"total_amountnotes": 57"to be issued later",
"unsettledudf_string_amount1": null"udf string 1",
"issuedudf_string_on2": "2016-07-05T15:33:48"udf string 2",
"currencyudf_ratestring_period3": null"udf string 3",
"id": "C83F011A58E0450EB9ADAF3416692284""udf_string_4":"udf string 4",
"lifeudf_cyclestring_state5": "POSTED"udf string 5",
"outstandingudf_string_amount6": null"udf string 6",
"referenceudf_string_number7":"udf string 7"97",
"dueudf_string_on8": "2016-07-07T15:33:48"
},"udf string 8",
"statusudf_float_1": {10,
"codeudf_float_2": "OK"20,
"descriptionudf_float_3": ""30,
"messageudf_float_4":40,
"" }
} |
|
Expand |
---|
|
HTTP Method: POST Request: Body: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {"udf_float_5":50,
"tokenudf_float_6":60,
"{{token}}" "udf_float_7":70,
"accountsudf_receivablefloat_identifier8":{"number80,
"udf_date_1":"ACR0000008050"}2014-05-05T15:49:59",
"typeudf_date_identifier2":{"name":"Invoice"}"2014-06-05T15:49:59",
"lifeudf_cycledate_state3":"POSTED2014-07-05T15:49:59",
"memberudf_accountsdate_receivable_identifier4":{"number":"ACR0000008052"}"2014-08-05T15:49:59",
"invoice_item_set":
[
{
"product_identifier": {"code": "GoldSmartcard"},
"quantity":13,
"cost":3020,
"discount_percentage":105,
"vat_rate_identifier":{"name":"StandardZero"}
},
{
"udf_string_1":"udf string 1",
"productudf_string_identifier2":{"code":"Sports 1"},
"udf string 2",
"quantity"udf_string_3":2,"udf string 3",
"costudf_string_4":10,"udf string 4",
"discountudf_string_percentage5":"udf string 5",
"vatudf_rate_identifier":{"name":"Standard"}
string_6":"udf string 6",
} "udf_string_7":"udf string 7",
] } |
Response: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"data": {"udf_string_8":"udf string 8",
"postedudf_float_on1": "2017-04-05T17:28:29",
10,
"number": "I00002949", "totaludf_float_amount2": 57.5,20,
"unsettledudf_float_amount3": null30,
"issued_on": "2017-04-05T17:28:29", "currencyudf_ratefloat_period4": null40,
"id": "2415A59E46F347CAB2392B4A000EB0A1", "lifeudf_cyclefloat_state5": "POSTED",50,
"outstandingudf_float_amount6": null60,
"reference_number": "2762", "dueudf_float_on7": "2017-04-07T17:28:29"70,
}, "statusudf_float_8":80,
{ "code": "OK", "descriptionudf_date_1": ""2014-05-05T15:49:59",
"message": "" } } |
|
POST invoices/post
This method is used to post an invoice which is in draft state.
Resource URL
Parameters
...
Name
...
Type
...
Description
...
token
...
String
...
The token retrieved from the login method
...
(mandatory)
...
Invoice identifier
The identifier of the invoice that should be returned as a result. The allowed invoice identifier fields are the following:
...
fields_set
(optional)
...
List of Strings, comma separated
...
A list of fields that should be included in the results. If not specified then all the available fields will be returned
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
...
Examples
Expand |
---|
|
HTTP Method: POST Request: Body: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"token": "B8D7A12E9F91AFADE914B7330AFD08CB",
"invoice_identifier":{"reference_number":"559"}
} |
Response: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"udf_date_2":"2014-06-05T15:49:59",
"udf_date_3":"2014-07-05T15:49:59",
"udf_date_4":"2014-08-05T15:49:59"
}
]
} |
Response: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"data": {
"posted_on": "2016-07-05T15:33:48",
"number": "I00000678",
"total_amount": 57,
"unsettled_amount": null,
"issued_on": "2016-07-05T15:33:48",
"currency_rate_period": null,
"id": "C83F011A58E0450EB9ADAF3416692284",
"life_cycle_state": "POSTED",
"outstanding_amount": null,
"reference_number": "97",
"due_on": "2016-07-07T15:33:48"
},
"status": {
{ "code": "OK",
"messagedescription": null"",
"message": ""
"description": null,
}
} |
|
Expand |
---|
|
HTTP Method: POST
Request: http://host_name/crmapi/rest/v2/invoices/create Body: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"codetoken": "OK"
}{{token}}",
"dataaccounts_receivable_identifier":
{
"total_amount": 57,
"number":"ACR0000008050"},
"issuedtype_onidentifier": "2014-11-07T11:38:48",
{"name":"Invoice"},
"life_cycle_state": "POSTED",
"member_accounts_receivable_identifier":{"number":"ACR0000008052"},
"unsettledinvoice_item_amountset":
57, [
"number": "I00000519", {
"due_on": "2014-11-10T15:49:59", "idproduct_identifier":{"code": "7968903798226F14CB73E59E2DD8712B",Gold"},
"outstanding_amountquantity": 0,1,
"reference_numbercost": "559",30,
"posteddiscount_onpercentage": "2014-11-07T11:45:41"
}
} |
|
Expand |
---|
|
HTTP Method: POST Request: Body: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {10,
"token":"{{token}}", "invoicevat_rate_identifier":{"reference_numbername":"55Standard"}
} |
Response: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"data": { "posted_on": "2016-07-05T15:46:36"},
"number": "I00000679", "total_amount": 5,{
"unsettled_amount": -5, "issuedproduct_onidentifier": "2015-04-14T06:41:39",{"code":"Sports 1"},
"currency_rate_period": null, "idquantity": "2C2374687D424D8AA6A3E02772900492",2,
"life_cycle_state": "POSTED", "outstanding_amountcost":10,
-5, "reference_number": "55", "duediscount_onpercentage": "2016-07-05T20:42:13"5,
}, "status": { "codevat_rate_identifier":{"name": "OKStandard",}
"description": "", }
"message": "" ]
}
} |
|
POST invoices/reject
This method is used to reject an invoice which is in draft state.
Resource URL
Parameters
...
Name
...
Type
...
Description
...
token
...
String
...
The token retrieved from the login method
...
(mandatory)
...
Invoice identifier
The identifier of the invoice that should be rejected. The allowed invoice identifier fields are the following:
...
The reason that the invoice is rejected. The allowed rejection reason identifier fields are the following:
...
fields_set
(optional)
...
List of Strings, comma separated
...
A list of fields that should be included in the results. If not specified then all the available fields will be returned
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
...
Examples
Expand |
---|
|
HTTP Method: POST Request: Body: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"token": "B8D7A12E9F91AFADE914B7330AFD08CB",
"invoice_identifier":{"reference_number":"559"},
"rejection_reason_identifier":{"name":"Reject Due to Business Request"}
} |
Response: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {
"status":
{
|
Response: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"data": {
"posted_on": "2017-04-05T17:28:29",
"number": "I00002949",
"total_amount": 57.5,
"unsettled_amount": null,
"issued_on": "2017-04-05T17:28:29",
"currency_rate_period": null,
"id": "2415A59E46F347CAB2392B4A000EB0A1",
"life_cycle_state": "POSTED",
"outstanding_amount": null,
"reference_number": "2762",
"due_on": "2017-04-07T17:28:29"
},
"status": {
"code": "OK",
"description": "",
"message": ""
}
} |
|
Expand |
---|
|
HTTP Method: POST
Request: http://host_name/crmapi/rest/v2/invoices/create Body: Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
linenumbers | true |
---|
| {
"token": "{{token}}",
"accounts_receivable_identifier":{"number":"ACR0000014008"},
"type_identifier":{"name":"Invoice"},
"life_cycle_state":"POSTED",
"due_on": "2019-06-14T15:49:59",
"invoice_item_set":
[
"message": null,
{
"description": null, "product_identifier":{"code": "OKBronze"
},
"data": { "total_amount"cost": 57,
2,
"issued_on": "2014-11-07T11:38:48", "life_cycle_statequantity":1
"REJECTED", },
"unsettled_amount": 0, {
"number": "I00000519", "dueproduct_onidentifier": "2014-11-10T15:49:59"{"code":"Smartcard"},
"idcost":2,
"7968903798226F14CB73E59E2DD8712B",
"installed_items_set":
[
"outstanding_amount": 0, {
"reference_number": "559", "postedinstalled_item_onidentifier": "2014-11-07T11:45:41"
}
} |
|
Expand |
---|
|
HTTP Method: POST Request: Body: Code Block |
---|
theme | Confluence |
---|
language | javascript |
---|
linenumbers | true |
---|
| {{"serial_number":"1000140089"}
"token":"{{token}}",,
{
"invoiceinstalled_item_identifier":{"referenceserial_number":"541"},1000140090"}
}
]
}
]
"rejection_reason_identifier":{"name":"Reject Due to Error"}
}} |
Response: Code Block |
---|
language | javascript |
---|
theme | Confluence | language | javascript |
---|
linenumbers | true |
---|
| {
"data": {
"posted_on": "20162019-0405-14T0617T10:4328:2429",
"number": "542I02000136",
"total_amount": 1006,
"unsettled_amount": 0null,
"issued_on": "20162019-0405-15T0017T10:0028:0029",
"currency_rate_period": null,
"id": "01A75EF631294253B24B2401CA65F15DADAA885F03AF4DC39A49365DDFA37F03",
"life_cycle_state": "REJECTEDPOSTED",
"outstanding_amount": 0null,
"reference_number": "54118736",
"due_on": "20162019-0406-16T0614T15:4349:2459"
},
"status": {
"code": "OK",
"description": "",
"message": ""
}
} |
|