POST api/v1/serialnos
Request Information
URI Parameters
None.
Body Parameters
SerialNoDtoName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
SiteId | string |
None. |
|
Prefix | string |
None. |
|
CurValue | integer |
None. |
|
BuzType | string |
None. |
|
Remark | string |
None. |
|
Length | integer |
None. |
|
OperateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "siteId": "sample string 2", "prefix": "sample string 3", "curValue": 4, "buzType": "sample string 5", "remark": "sample string 6", "length": 7, "operateDate": "2025-05-04T05:12:55.1708095+08:00" }
text/html
Sample:
{"id":"sample string 1","siteId":"sample string 2","prefix":"sample string 3","curValue":4,"buzType":"sample string 5","remark":"sample string 6","length":7,"operateDate":"2025-05-04T05:12:55.1708095+08:00"}
application/xml, text/xml
Sample:
<SerialNoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Csh.Hcis.GC.PatientCenter.Service.Dtos"> <BuzType>sample string 5</BuzType> <CurValue>4</CurValue> <Id>sample string 1</Id> <Length>7</Length> <OperateDate>2025-05-04T05:12:55.1708095+08:00</OperateDate> <Prefix>sample string 3</Prefix> <Remark>sample string 6</Remark> <SiteId>sample string 2</SiteId> </SerialNoDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.