POST api/InvoiceMigration
Request Information
URI Parameters
None.
Body Parameters
InvoiceMigration| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Orders | Collection of string |
None. |
|
| InvoiceNumber | string |
None. |
|
| Date | date |
None. |
|
| DueDate | date |
None. |
|
| Amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Orders": [
"sample string 1",
"sample string 2"
],
"InvoiceNumber": "sample string 2",
"Date": "2025-12-12T23:14:44.5917014-06:00",
"DueDate": "2025-12-12T23:14:44.5917014-06:00",
"Amount": 5.1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.