POST api/InvoiceMigration
Request Information
URI Parameters
None.
Body Parameters
InvoiceMigrationName | 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-04-28T09:23:40.5708127-05:00", "DueDate": "2025-04-28T09:23:40.5708127-05: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.