Fetch the external code for given associated party
get
/service/v1/relationshipmaster/externalCode
This endpoint is used to fetch the external code for given associated party.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
buyerId: string
Buyer Id for filtration.
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
relationshipCode(required): string
relationship code for filter
-
sellerId: string
Seller Role for filtration.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created relationshipmaster
Root Schema : ObcmTmRelationshipDetailsExternalCodeCollection
Type:
object
Collection of relationship.
Show Source
Nested Schema : ExternalCodeDTO
Type:
Show Source
object
-
buyerCode:
string
Buyer Code
-
externalCode:
string
External Code
-
partyId:
string
Party Id
-
supplierCode:
string
Supplier Code
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error