POST api/Helper/PROVIDER_EDIT

Request Information

URI Parameters

None.

Body Parameters

ZProviderEditRequest
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

ShortName

string

None.

MobileNumber

string

None.

Email

string

None.

ProvinceID

integer

None.

DistrictID

integer

None.

WardID

integer

None.

Address

string

None.

TaxCode

string

None.

Note

string

None.

IsLock

string

None.

ShopID

integer

None.

UpdatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "ShortName": "sample string 3",
  "MobileNumber": "sample string 4",
  "Email": "sample string 5",
  "ProvinceID": 6,
  "DistrictID": 7,
  "WardID": 8,
  "Address": "sample string 9",
  "TaxCode": "sample string 10",
  "Note": "sample string 11",
  "IsLock": "sample string 12",
  "ShopID": 13,
  "UpdatedBy": 14
}

application/xml, text/xml

Sample:
<ZProviderEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <Address>sample string 9</Address>
  <DistrictID>7</DistrictID>
  <Email>sample string 5</Email>
  <ID>1</ID>
  <IsLock>sample string 12</IsLock>
  <MobileNumber>sample string 4</MobileNumber>
  <Name>sample string 2</Name>
  <Note>sample string 11</Note>
  <ProvinceID>6</ProvinceID>
  <ShopID>13</ShopID>
  <ShortName>sample string 3</ShortName>
  <TaxCode>sample string 10</TaxCode>
  <UpdatedBy>14</UpdatedBy>
  <WardID>8</WardID>
</ZProviderEditRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>