POST api/CourseBag/PostInvoiceInfor?InvoiceSubmitTempID={InvoiceSubmitTempID}&CustomerID={CustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceSubmitTempID | string |
Required |
|
| CustomerID | string |
Required |
Body Parameters
LK_CustomerInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerInvoiceID | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CustomerID | globally unique identifier |
None. |
|
| InvoiceTitle | string |
None. |
|
| RegisterTel | string |
None. |
|
| Name | string |
None. |
|
| CreditCode | string |
None. |
|
| Address | string |
None. |
|
| Tel | string |
None. |
|
| BankName | string |
None. |
|
| BankAccount | string |
None. |
|
| Remarks | string |
None. |
|
| string |
None. |
||
| InvoiceType | integer |
None. |
|
| IsPersonal | boolean |
None. |
|
| CustomerAddressID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerInvoiceID": "face036d-5eb0-4ef1-9e27-ccb3c8da0bba",
"CreateDate": "2026-01-07T12:04:59.1958429+08:00",
"CustomerID": "d82e0584-456b-4fc9-bb15-fb73f097dd2f",
"InvoiceTitle": "sample string 3",
"RegisterTel": "sample string 4",
"Name": "sample string 5",
"CreditCode": "sample string 6",
"Address": "sample string 7",
"Tel": "sample string 8",
"BankName": "sample string 9",
"BankAccount": "sample string 10",
"Remarks": "sample string 11",
"Email": "sample string 12",
"InvoiceType": 13,
"IsPersonal": true,
"CustomerAddressID": "2f0002bf-830b-4a1f-9444-64af55a1f096"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Message| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Messages | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Messages": "sample string 2",
"Data": {}
}