find supplier by name
GET
/v{version}/suppliers/FindByNamefind supplier by name...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Query Params
name
string
required
Request samples
Responses
OK(200)
Unauthorized(401)
Forbidden(403)
Record Not Found(404)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
status_code
integer <int32>
optional
Gets or sets the status_code.
error_message
string
optional
Gets or sets the error_message.
result
object (SupplierViewModel)
optional
id
integer <int32>
optional
Gets or Sets Id
name
string
required
Gets or Sets Name
mobile
string
optional
Gets or Sets Mobile
email
string
optional
Gets or Sets Email
related_account_id
integer <int32>
optional
Gets or Sets RealatedAccountId
related_account_parent_node_id
integer <int32>
optional
Gets or Sets RelatedAccountParentNodeId
total_count
integer <int32>
optional
Example
Not configured
Last modified: 6 hours ago