POST api/app/Vendor/SubmitSupplierOrganizationReview

Request Information

URI Parameters

None.

Body Parameters

AddBuilderFeedBackBindingModel
NameDescriptionTypeAdditional information
OrganizationId

integer

Required

ReviewPoints

integer

None.

ReviewMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrganizationId": 1,
  "ReviewPoints": 2,
  "ReviewMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<AddBuilderFeedBackBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.BindingModel">
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">c4c56224-71e8-462d-a40d-20628d893b29</RequestId>
  <OrganizationId>1</OrganizationId>
  <ReviewMessage>sample string 3</ReviewMessage>
  <ReviewPoints>2</ReviewPoints>
</AddBuilderFeedBackBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseTime

date

None.

ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponsePermission

string

None.

DataSet

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseTime": "2026-02-17T07:28:07.8392461+00:00",
  "ResponseCode": 0,
  "ResponseMessage": "sample string 2",
  "ResponsePermission": "sample string 3",
  "DataSet": {}
}

application/xml, text/xml

Sample:
<ResponseModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Enterprise.BindingModels">
  <DataSet />
  <ResponseCode>NoDataFound</ResponseCode>
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponsePermission>sample string 3</ResponsePermission>
  <ResponseTime>2026-02-17T07:28:07.8392461+00:00</ResponseTime>
</ResponseModelOfanyType>