POST api/CustomerSeller/UpdateSellerShopStatus

Cay Ocagi Dukkan Durumu Guncelle

Request Information

URI Parameters

None.

Body Parameters

UpdateSellerShopStatusInput
NameDescriptionTypeAdditional information
Status

boolean

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Token": "sample string 2"
}

text/xml

Sample:
<UpdateSellerShopStatusInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BiCay.Services.CustomerServices.Dtos">
  <Token xmlns="http://schemas.datacontract.org/2004/07/BiCay.Services.Base.Dtos">sample string 2</Token>
  <Status>true</Status>
</UpdateSellerShopStatusInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SellerInfoDto
NameDescriptionTypeAdditional information
ShopStatus

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ShopStatus": true
}

text/xml

Sample:
<SellerInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BiCay.Services.CustomerServices.Dtos">
  <ShopStatus>true</ShopStatus>
</SellerInfoDto>