Get all valid division code
get
/service/v1/divisioncode/division
This endpoints is used to get all valid division code maintenance records based on given set of parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
corporateId(optional): string
-
divisionCode(optional): string
-
divisionName(optional): string
-
includecloseandunauth(optional): boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
Header Parameters
-
appId: string
-
branchCode: string
branchCode
-
userId: string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Root Schema : ScfTmDivCodeServiceCollection
Match All
Show Source
-
object
ScfTmCustDivisionCodeCollection
Collection of custdivision.
-
object
ScfTmDivCodeServiceCollection-allOf[1]
Nested Schema : ScfTmCustDivisionCodeCollection
Type:
object
Collection of custdivision.
Show Source
Nested Schema : PagingDto
Type:
object
Paging DTO
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : ScfTmCustDivisionCodeDTO
Type:
Show Source
object
-
countryCode(optional):
string
Country Code
-
countryName(optional):
string
Country Name
-
custDivisionMasterId(optional):
string
Customer Division Master Id
-
divisionAddressLine1(optional):
string
Division Address Line1
-
divisionAddressLine2(optional):
string
Division Address Line2
-
divisionAddressLine3(optional):
string
Division Address Line3
-
divisionAddressLine4(optional):
string
Division Address Line4
-
divisionCode(optional):
string
Division Code
-
divisionName(optional):
string
Division Name
-
email(optional):
string
Email
-
id(optional):
string
Id
-
partyId(optional):
string
Party Id
-
partyName(optional):
string
Party Name
-
telNo(optional):
string
Telephone Number
Nested Schema : ErrorDto
Type:
Show Source
object
-
errorCode(optional):
string
Error Code
-
errorDesc(optional):
string
Error Desc
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