Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 472 Bytes

File metadata and controls

18 lines (16 loc) · 472 Bytes

BulkSubRequest

Properties

Name Type Description Notes
uri String
method MethodEnum [optional]
parameters List<Object>
headers List<Object>

Enum: MethodEnum

Name Value
GET "GET"
POST "POST"
PUT "PUT"
DELETE "DELETE"