POST Api/Garuni/CreateInvoice
Request Information
URI Parameters
None.
Body Parameters
Invoices| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | string |
None. |
|
| InvoiceCode | string |
None. |
|
| Concept | string |
None. |
|
| Reference1 | string |
None. |
|
| Reference2 | string |
None. |
|
| Reference3 | string |
None. |
|
| Amount | decimal number |
None. |
|
| CompanyId | string |
String length: inclusive between 0 and 128 |
|
| CustomerId | string |
String length: inclusive between 0 and 128 |
|
| DocumentId | string |
String length: inclusive between 0 and 128 |
|
| AreaId | string |
String length: inclusive between 0 and 128 |
|
| CurrencyId | string |
String length: inclusive between 0 and 128 |
|
| UserId | string |
String length: inclusive between 0 and 128 |
|
| StatusId | string |
String length: inclusive between 0 and 128 |
|
| IsNew | boolean |
None. |
|
| InternalOrder | string |
None. |
|
| CostCenter | string |
None. |
|
| Account | string |
None. |
|
| IsSent | boolean |
None. |
|
| CreationDate | date |
None. |
|
| UpdateDate | date |
None. |
Request Formats
application/json, text/json
{
"InvoiceId": "sample string 1",
"InvoiceCode": "sample string 2",
"Concept": "sample string 3",
"Reference1": "sample string 4",
"Reference2": "sample string 5",
"Reference3": "sample string 6",
"Amount": 7.0,
"CompanyId": "sample string 8",
"CustomerId": "sample string 9",
"DocumentId": "sample string 10",
"AreaId": "sample string 11",
"CurrencyId": "sample string 12",
"UserId": "sample string 13",
"StatusId": "sample string 14",
"IsNew": true,
"InternalOrder": "sample string 16",
"CostCenter": "sample string 17",
"Account": "sample string 18",
"IsSent": true,
"CreationDate": "2025-12-24T04:53:46.5000938-06:00",
"UpdateDate": "2025-12-24T04:53:46.5000938-06:00"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Invoices| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId | string |
None. |
|
| InvoiceCode | string |
None. |
|
| Concept | string |
None. |
|
| Reference1 | string |
None. |
|
| Reference2 | string |
None. |
|
| Reference3 | string |
None. |
|
| Amount | decimal number |
None. |
|
| CompanyId | string |
String length: inclusive between 0 and 128 |
|
| CustomerId | string |
String length: inclusive between 0 and 128 |
|
| DocumentId | string |
String length: inclusive between 0 and 128 |
|
| AreaId | string |
String length: inclusive between 0 and 128 |
|
| CurrencyId | string |
String length: inclusive between 0 and 128 |
|
| UserId | string |
String length: inclusive between 0 and 128 |
|
| StatusId | string |
String length: inclusive between 0 and 128 |
|
| IsNew | boolean |
None. |
|
| InternalOrder | string |
None. |
|
| CostCenter | string |
None. |
|
| Account | string |
None. |
|
| IsSent | boolean |
None. |
|
| CreationDate | date |
None. |
|
| UpdateDate | date |
None. |
Response Formats
application/json, text/json
{
"InvoiceId": "sample string 1",
"InvoiceCode": "sample string 2",
"Concept": "sample string 3",
"Reference1": "sample string 4",
"Reference2": "sample string 5",
"Reference3": "sample string 6",
"Amount": 7.0,
"CompanyId": "sample string 8",
"CustomerId": "sample string 9",
"DocumentId": "sample string 10",
"AreaId": "sample string 11",
"CurrencyId": "sample string 12",
"UserId": "sample string 13",
"StatusId": "sample string 14",
"IsNew": true,
"InternalOrder": "sample string 16",
"CostCenter": "sample string 17",
"Account": "sample string 18",
"IsSent": true,
"CreationDate": "2025-12-24T04:53:46.5860751-06:00",
"UpdateDate": "2025-12-24T04:53:46.5860751-06:00"
}
application/xml
Sample not available.
text/xml
Sample not available.