POST api/EVCycleShowRoomRegistrationAmend/Save

Request Information

URI Parameters

None.

Body Parameters

EVShowRoomRegistrationAmendViewModel
NameDescriptionTypeAdditional information
Id

string

None.

ShowRoomRegistrationId

string

None.

IsName

boolean

None.

IsNRC

boolean

None.

IsOldNRC

boolean

None.

IsCarBrandId

boolean

None.

IsBusinessTypeId

boolean

None.

IsServiceAgent

boolean

None.

IsAuthorizeCompany

boolean

None.

IsAuthorizeCompanyUnitLevel

boolean

None.

IsAuthorizeCompanyStreetNumberStreetName

boolean

None.

IsAuthorizeCompanyQuarterCityTownship

boolean

None.

IsAuthorizeCompanyState

boolean

None.

IsAuthorizeCompanyCountry

boolean

None.

IsAuthorizeCompanyPostalCode

boolean

None.

IsAuthorizeCompanyEmail

boolean

None.

IsAuthorizeCompanyMobile1

boolean

None.

IsAuthorizeCompanyMobile2

boolean

None.

IsAuthorizeCompanyMobile3

boolean

None.

IsAuthorizeCompanyFax

boolean

None.

IsShowRoomUnitLevel

boolean

None.

IsShowRoomStreetNumberStreetName

boolean

None.

IsShowRoomQuarterCityTownship

boolean

None.

IsShowRoomState

boolean

None.

IsShowRoomCountry

boolean

None.

IsShowRoomPostalCode

boolean

None.

IsShowRoomUnitLevel2

boolean

None.

IsShowRoomStreetNumberStreetName2

boolean

None.

IsShowRoomQuarterCityTownship2

boolean

None.

IsShowRoomState2

boolean

None.

IsShowRoomCountry2

boolean

None.

IsShowRoomPostalCode2

boolean

None.

IsShowRoomUnitLevel3

boolean

None.

IsShowRoomStreetNumberStreetName3

boolean

None.

IsShowRoomQuarterCityTownship3

boolean

None.

IsShowRoomState3

boolean

None.

IsShowRoomCountry3

boolean

None.

IsShowRoomPostalCode3

boolean

None.

IsShowRoomUnitLevel4

boolean

None.

IsShowRoomStreetNumberStreetName4

boolean

None.

IsShowRoomQuarterCityTownship4

boolean

None.

IsShowRoomState4

boolean

None.

IsShowRoomCountry4

boolean

None.

IsShowRoomPostalCode4

boolean

None.

IsShowRoomUnitLevel5

boolean

None.

IsShowRoomStreetNumberStreetName5

boolean

None.

IsShowRoomQuarterCityTownship5

boolean

None.

IsShowRoomState5

boolean

None.

IsShowRoomCountry5

boolean

None.

IsShowRoomPostalCode5

boolean

None.

IsWarehouseUnitLevel

boolean

None.

IsWarehouseStreetNumberStreetName

boolean

None.

IsWarehouseQuarterCityTownship

boolean

None.

IsWarehouseState

boolean

None.

IsWarehouseCountry

boolean

None.

IsWarehousePostalCode

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "ShowRoomRegistrationId": "sample string 2",
  "IsName": true,
  "IsNRC": true,
  "IsOldNRC": true,
  "IsCarBrandId": true,
  "IsBusinessTypeId": true,
  "IsServiceAgent": true,
  "IsAuthorizeCompany": true,
  "IsAuthorizeCompanyUnitLevel": true,
  "IsAuthorizeCompanyStreetNumberStreetName": true,
  "IsAuthorizeCompanyQuarterCityTownship": true,
  "IsAuthorizeCompanyState": true,
  "IsAuthorizeCompanyCountry": true,
  "IsAuthorizeCompanyPostalCode": true,
  "IsAuthorizeCompanyEmail": true,
  "IsAuthorizeCompanyMobile1": true,
  "IsAuthorizeCompanyMobile2": true,
  "IsAuthorizeCompanyMobile3": true,
  "IsAuthorizeCompanyFax": true,
  "IsShowRoomUnitLevel": true,
  "IsShowRoomStreetNumberStreetName": true,
  "IsShowRoomQuarterCityTownship": true,
  "IsShowRoomState": true,
  "IsShowRoomCountry": true,
  "IsShowRoomPostalCode": true,
  "IsShowRoomUnitLevel2": true,
  "IsShowRoomStreetNumberStreetName2": true,
  "IsShowRoomQuarterCityTownship2": true,
  "IsShowRoomState2": true,
  "IsShowRoomCountry2": true,
  "IsShowRoomPostalCode2": true,
  "IsShowRoomUnitLevel3": true,
  "IsShowRoomStreetNumberStreetName3": true,
  "IsShowRoomQuarterCityTownship3": true,
  "IsShowRoomState3": true,
  "IsShowRoomCountry3": true,
  "IsShowRoomPostalCode3": true,
  "IsShowRoomUnitLevel4": true,
  "IsShowRoomStreetNumberStreetName4": true,
  "IsShowRoomQuarterCityTownship4": true,
  "IsShowRoomState4": true,
  "IsShowRoomCountry4": true,
  "IsShowRoomPostalCode4": true,
  "IsShowRoomUnitLevel5": true,
  "IsShowRoomStreetNumberStreetName5": true,
  "IsShowRoomQuarterCityTownship5": true,
  "IsShowRoomState5": true,
  "IsShowRoomCountry5": true,
  "IsShowRoomPostalCode5": true,
  "IsWarehouseUnitLevel": true,
  "IsWarehouseStreetNumberStreetName": true,
  "IsWarehouseQuarterCityTownship": true,
  "IsWarehouseState": true,
  "IsWarehouseCountry": true,
  "IsWarehousePostalCode": true
}

application/xml, text/xml

Sample:
<EVShowRoomRegistrationAmendViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Id>sample string 1</Id>
  <IsAuthorizeCompany>true</IsAuthorizeCompany>
  <IsAuthorizeCompanyCountry>true</IsAuthorizeCompanyCountry>
  <IsAuthorizeCompanyEmail>true</IsAuthorizeCompanyEmail>
  <IsAuthorizeCompanyFax>true</IsAuthorizeCompanyFax>
  <IsAuthorizeCompanyMobile1>true</IsAuthorizeCompanyMobile1>
  <IsAuthorizeCompanyMobile2>true</IsAuthorizeCompanyMobile2>
  <IsAuthorizeCompanyMobile3>true</IsAuthorizeCompanyMobile3>
  <IsAuthorizeCompanyPostalCode>true</IsAuthorizeCompanyPostalCode>
  <IsAuthorizeCompanyQuarterCityTownship>true</IsAuthorizeCompanyQuarterCityTownship>
  <IsAuthorizeCompanyState>true</IsAuthorizeCompanyState>
  <IsAuthorizeCompanyStreetNumberStreetName>true</IsAuthorizeCompanyStreetNumberStreetName>
  <IsAuthorizeCompanyUnitLevel>true</IsAuthorizeCompanyUnitLevel>
  <IsBusinessTypeId>true</IsBusinessTypeId>
  <IsCarBrandId>true</IsCarBrandId>
  <IsNRC>true</IsNRC>
  <IsName>true</IsName>
  <IsOldNRC>true</IsOldNRC>
  <IsServiceAgent>true</IsServiceAgent>
  <IsShowRoomCountry>true</IsShowRoomCountry>
  <IsShowRoomCountry2>true</IsShowRoomCountry2>
  <IsShowRoomCountry3>true</IsShowRoomCountry3>
  <IsShowRoomCountry4>true</IsShowRoomCountry4>
  <IsShowRoomCountry5>true</IsShowRoomCountry5>
  <IsShowRoomPostalCode>true</IsShowRoomPostalCode>
  <IsShowRoomPostalCode2>true</IsShowRoomPostalCode2>
  <IsShowRoomPostalCode3>true</IsShowRoomPostalCode3>
  <IsShowRoomPostalCode4>true</IsShowRoomPostalCode4>
  <IsShowRoomPostalCode5>true</IsShowRoomPostalCode5>
  <IsShowRoomQuarterCityTownship>true</IsShowRoomQuarterCityTownship>
  <IsShowRoomQuarterCityTownship2>true</IsShowRoomQuarterCityTownship2>
  <IsShowRoomQuarterCityTownship3>true</IsShowRoomQuarterCityTownship3>
  <IsShowRoomQuarterCityTownship4>true</IsShowRoomQuarterCityTownship4>
  <IsShowRoomQuarterCityTownship5>true</IsShowRoomQuarterCityTownship5>
  <IsShowRoomState>true</IsShowRoomState>
  <IsShowRoomState2>true</IsShowRoomState2>
  <IsShowRoomState3>true</IsShowRoomState3>
  <IsShowRoomState4>true</IsShowRoomState4>
  <IsShowRoomState5>true</IsShowRoomState5>
  <IsShowRoomStreetNumberStreetName>true</IsShowRoomStreetNumberStreetName>
  <IsShowRoomStreetNumberStreetName2>true</IsShowRoomStreetNumberStreetName2>
  <IsShowRoomStreetNumberStreetName3>true</IsShowRoomStreetNumberStreetName3>
  <IsShowRoomStreetNumberStreetName4>true</IsShowRoomStreetNumberStreetName4>
  <IsShowRoomStreetNumberStreetName5>true</IsShowRoomStreetNumberStreetName5>
  <IsShowRoomUnitLevel>true</IsShowRoomUnitLevel>
  <IsShowRoomUnitLevel2>true</IsShowRoomUnitLevel2>
  <IsShowRoomUnitLevel3>true</IsShowRoomUnitLevel3>
  <IsShowRoomUnitLevel4>true</IsShowRoomUnitLevel4>
  <IsShowRoomUnitLevel5>true</IsShowRoomUnitLevel5>
  <IsWarehouseCountry>true</IsWarehouseCountry>
  <IsWarehousePostalCode>true</IsWarehousePostalCode>
  <IsWarehouseQuarterCityTownship>true</IsWarehouseQuarterCityTownship>
  <IsWarehouseState>true</IsWarehouseState>
  <IsWarehouseStreetNumberStreetName>true</IsWarehouseStreetNumberStreetName>
  <IsWarehouseUnitLevel>true</IsWarehouseUnitLevel>
  <ShowRoomRegistrationId>sample string 2</ShowRoomRegistrationId>
</EVShowRoomRegistrationAmendViewModel>

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 'EVShowRoomRegistrationAmendViewModel'.

Response Information

Resource Description

Collection of ResponseMessage
NameDescriptionTypeAdditional information
Id

string

None.

ReferenceNo

string

None.

WholeSaleRegistrationId

string

None.

MessageType

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "ReferenceNo": "sample string 2",
    "WholeSaleRegistrationId": "sample string 3",
    "MessageType": 4,
    "Message": "sample string 5"
  },
  {
    "Id": "sample string 1",
    "ReferenceNo": "sample string 2",
    "WholeSaleRegistrationId": "sample string 3",
    "MessageType": 4,
    "Message": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ResponseMessage>
    <Id>sample string 1</Id>
    <Message>sample string 5</Message>
    <MessageType>4</MessageType>
    <ReferenceNo>sample string 2</ReferenceNo>
    <WholeSaleRegistrationId>sample string 3</WholeSaleRegistrationId>
  </ResponseMessage>
  <ResponseMessage>
    <Id>sample string 1</Id>
    <Message>sample string 5</Message>
    <MessageType>4</MessageType>
    <ReferenceNo>sample string 2</ReferenceNo>
    <WholeSaleRegistrationId>sample string 3</WholeSaleRegistrationId>
  </ResponseMessage>
</ArrayOfResponseMessage>