POST api/eeb/Issueance/{jobid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jobid | integer |
Required |
Body Parameters
IssueanceCreateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| itemid | integer |
None. |
|
| date | date |
None. |
|
| remarks | string |
None. |
|
| ITDId | integer |
None. |
|
| DRDId | integer |
None. |
|
| stetf | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"itemid": 1,
"date": "2025-12-15T05:03:28.1134493+08:00",
"remarks": "sample string 2",
"ITDId": 3,
"DRDId": 4,
"stetf": "sample string 5"
}
application/xml, text/xml
Sample:
<IssueanceCreateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EEB_API.Models.DTO"> <DRDId>4</DRDId> <ITDId>3</ITDId> <date>2025-12-15T05:03:28.1134493+08:00</date> <itemid>1</itemid> <remarks>sample string 2</remarks> <stetf>sample string 5</stetf> </IssueanceCreateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.