POST api/v1/IOStock_PrintStampDetail/Update

Request Information

URI Parameters

None.

Body Parameters

IOStock_PrintStampDetailModel
NameDescriptionTypeAdditional information
Id

string

None.

IOStock_PrintStampId

string

None.

IOStockId

string

None.

IONumber

string

None.

EntDate

decimal number

None.

TotalMoney

decimal number

None.

IONote

string

None.

CustomerCode

string

None.

CustomerName

string

None.

Quantity

integer

None.

IsCanEdit

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "IOStock_PrintStampId": "sample string 2",
  "IOStockId": "sample string 3",
  "IONumber": "sample string 4",
  "EntDate": 1.1,
  "TotalMoney": 1.0,
  "IONote": "sample string 5",
  "CustomerCode": "sample string 6",
  "CustomerName": "sample string 7",
  "Quantity": 8,
  "IsCanEdit": true
}

application/xml, text/xml

Sample:
<IOStock_PrintStampDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
  <CustomerCode>sample string 6</CustomerCode>
  <CustomerName>sample string 7</CustomerName>
  <EntDate>1.1</EntDate>
  <IONote>sample string 5</IONote>
  <IONumber>sample string 4</IONumber>
  <IOStockId>sample string 3</IOStockId>
  <IOStock_PrintStampId>sample string 2</IOStock_PrintStampId>
  <Id>sample string 1</Id>
  <IsCanEdit>true</IsCanEdit>
  <Quantity>8</Quantity>
  <TotalMoney>1</TotalMoney>
</IOStock_PrintStampDetailModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'IOStock_PrintStampDetailModel'.

Response Information

Resource Description

EzyResultObjectOfIOStock_PrintStampDetailModel
NameDescriptionTypeAdditional information
Data

IOStock_PrintStampDetailModel

None.

ExtraData

Dictionary of string [key] and Object [value]

None.

StartTime

decimal number

None.

EndTime

decimal number

None.

TotalMili

decimal number

None.

StatusCode

integer

None.

Msg

string

None.

MsgShowInUI

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": "sample string 1",
    "IOStock_PrintStampId": "sample string 2",
    "IOStockId": "sample string 3",
    "IONumber": "sample string 4",
    "EntDate": 1.1,
    "TotalMoney": 1.0,
    "IONote": "sample string 5",
    "CustomerCode": "sample string 6",
    "CustomerName": "sample string 7",
    "Quantity": 8,
    "IsCanEdit": true
  },
  "ExtraData": null,
  "StartTime": 1.1,
  "EndTime": 2.1,
  "TotalMili": 3.1,
  "StatusCode": 4,
  "Msg": "sample string 5",
  "MsgShowInUI": "sample string 6"
}

application/xml, text/xml

Sample:
<EzyResultObjectOfIOStock_PrintStampDetailModel3BwjWE5f xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ezy.Module.Library.Message">
  <Msg>sample string 5</Msg>
  <MsgShowInUI>sample string 6</MsgShowInUI>
  <StatusCode>4</StatusCode>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/AllianceSolidAPI.Shared.Models">
    <d2p1:CustomerCode>sample string 6</d2p1:CustomerCode>
    <d2p1:CustomerName>sample string 7</d2p1:CustomerName>
    <d2p1:EntDate>1.1</d2p1:EntDate>
    <d2p1:IONote>sample string 5</d2p1:IONote>
    <d2p1:IONumber>sample string 4</d2p1:IONumber>
    <d2p1:IOStockId>sample string 3</d2p1:IOStockId>
    <d2p1:IOStock_PrintStampId>sample string 2</d2p1:IOStock_PrintStampId>
    <d2p1:Id>sample string 1</d2p1:Id>
    <d2p1:IsCanEdit>true</d2p1:IsCanEdit>
    <d2p1:Quantity>8</d2p1:Quantity>
    <d2p1:TotalMoney>1</d2p1:TotalMoney>
  </Data>
  <EndTime>2.1</EndTime>
  <ExtraData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
  <StartTime>1.1</StartTime>
  <TotalMili>3.1</TotalMili>
</EzyResultObjectOfIOStock_PrintStampDetailModel3BwjWE5f>